Investigator API
POST Search RateChanges By Pgpi
Overview
Performs a pgpi operation.
OperationId: POST Search RateChanges By Pgpi
Authorization Method(s): OAuth
Verb: POST
End Point: /api/ratechanges/search/pgpi
Overview
Example Response
{
"pgpiResult": [
{
"productGroups": [
{
"group": "0111",
"groupDescription": "ALCOHOLIC BEVERAGES-GROCERY",
"items": [
{
"item": "006",
"itemDescription": "READY TO DRINK COCKTAILS"
}
]
}
]
}
]
}| code | description |
|---|---|
| 200 | Returns the result of the pgpi operation. |
| 400 | Invalid request to call the API. |
| 401 | User is not authorized to access the API. |